Animation Control
Control animation state with triggers.
Node Data | |
|---|---|
Display name | |
Animation Control | |
Internal name | |
Node_Animation_Control | |
Inheritances | |
| Node_Animation_Control | |
Inputs | |
Node_Animation_Control | |
trigger |
Play / Pause |
trigger |
Pause |
trigger |
Resume |
trigger |
Play From Start |
trigger |
Play Once |
trigger |
Skip Frames |
int |
Skip Frames Count |
Outputs | |
This node is used to control the playback of the animations using triggers. Noted that modifying playback in runtime can cause problem with animation exporter. So this node shoud be use for live update or still image rendering only.
Triggers
| Name | Description |
|---|---|
| Toggle Play / Pause | Switch between play and pause state. |
| Pause | Pause the animation. |
| Resume | Resume the animation. |
| Play From Beginning | Play the animation from the beginning. |
| Play Once | Play the animation once. |
| Skip Frames | Skip by Skip Frames Count frames. |